home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / MUSIC / bol-processor-271-data.sit / bol-processor-271-data / BP2 examples / BP2 data / -gr.12345678 < prev    next >
Text File  |  1995-06-27  |  995b  |  21 lines

  1. V.2.5
  2. Date: Mar 27 Juin 1995 -- 20:04
  3. -se.EkDoTin
  4. -ho.EkDoTin
  5.  
  6. // This project demonstrates performance controls on sound-objects.  The structure is a well-known Kathak tihai.
  7. // Make sure that (1) sound-objects accept these controls, (2) the patch accepts pitchbend in range +/- 200 cents.
  8.  
  9. INIT: MIDI program 110
  10.  
  11. ORD
  12. GRAM#1[1] S -->  _pitchrange(200) (= Tihai)  _transpose(-2) (: Tihai) _pitchcont  _pitchbend(-200) _transpose(-2) (: Tihai) _pitchbend(+200)
  13. // The last note will not be heard at the same pitch as the first note even though it seems that "_transpose(-2)" and "_pitchbend(+200)" would cancel each other.  In fact, pitch bend reaches +200 only at the end of the last note.
  14.  
  15. GRAM#1[2] Tihai --> {2,Huit}{2,Six}{2,Cinq}{2,Quatre} ツ
  16.                                                                {3,- - ek - - do - - tin - - -}
  17. GRAM#1[3] Huit --> ek do tin char panch che sat at
  18. GRAM#1[4] Six --> ek do tin char panch che
  19. GRAM#1[5] Cinq --> ek do tin char panch
  20. GRAM#1[6] Quatre --> ek do tin char
  21.